diff options
| author | real-zephex <[email protected]> | 2024-05-11 01:33:00 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-11 01:33:00 +0530 |
| commit | 4c4f8214637ac8d19e16f71d20542982a5eedad7 (patch) | |
| tree | d59021d92da577b2c38bc591571fe13a35a3b779 /src/app/anime/[id]/loading.jsx | |
| parent | Merge pull request #24 from zephex-alt/master (diff) | |
| download | dramalama-4c4f8214637ac8d19e16f71d20542982a5eedad7.tar.xz dramalama-4c4f8214637ac8d19e16f71d20542982a5eedad7.zip | |
UI changes, Logic change and complete re-write for anime page
Diffstat (limited to 'src/app/anime/[id]/loading.jsx')
| -rw-r--r-- | src/app/anime/[id]/loading.jsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/app/anime/[id]/loading.jsx b/src/app/anime/[id]/loading.jsx deleted file mode 100644 index 12876eb..0000000 --- a/src/app/anime/[id]/loading.jsx +++ /dev/null @@ -1,9 +0,0 @@ -import styles from "./loading.module.css";
-
-export default async function Loading() {
- return (
- <div className={styles.Main}>
- <div className={styles.LoadingContainer}></div>
- </div>
- );
-}
|